home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / asm_includes / rtgmaster / rtgPICA.i < prev    next >
Text File  |  1996-06-04  |  902b  |  47 lines

  1.     IFND    RTGPICA_I
  2. RTGPICA_I       SET     1
  3.  
  4.     IFND    RTGSUBLIBS_I
  5.     Include "RtgSublibs.i"
  6.     ENDC
  7.  
  8.     IFND    EXEC_LIBRARIES_I
  9.     Include "exec/libraries.i"
  10.     ENDC
  11.  
  12.     IFND    EXEC_TYPES_I
  13.     Include "exec/types.i"
  14.     ENDC
  15.  
  16. ;
  17. ; Include files for rtgPICA.library
  18. ;
  19. ; Only rtgPICA.library specific structures are located in here
  20. ;
  21.  
  22.  STRUCTURE RtgBasePICA,0
  23.   STRUCT rbPICA_LibBase,LIB_SIZE
  24.   ALIGNLONG
  25.   ULONG rbPICA_SegList
  26.   APTR  rbPICA_ExecBase
  27.   APTR  rbPICA_GfxBase
  28.   APTR  rbPICA_IntBase
  29.   APTR  rbPICA_UtilityBase
  30.   APTR  rbPICA_VilIntuiSupBase
  31.   LABEL rbPICA_SIZEOF
  32.  
  33.  STRUCTURE RtgScreenPICA,0
  34.   STRUCT rsPICA_Header,rs_SIZEOF
  35.   ALIGNLONG
  36.   ULONG rsPICA_ScreenHandle
  37.   ULONG rsPICA_PlaneSize
  38.   ULONG rsPICA_BytesPerRow
  39.   ULONG rsPICA_Depth
  40.   ULONG rsPICA_DispBuf      ;Buffer currently displayed
  41.   UWORD rsPICA_Height       ;Height of the visible screen
  42.   UWORD rsPICA_NumBuf
  43.   LABEL rsPICA_SIZEOF
  44.  
  45.     ENDC
  46.  
  47.